java.lang.IllegalStateException: Could not obtain identifier

78

java.lang.IllegalStateException: Could not obtain identifier -

public class Test{
	@Id
	private String id;

    private Object o1;

    private Object o2;
}
12345678

Comments

Submit
0 Comments